home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5738 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  694 b 

  1. Path: darkstar.UCSC.EDU!usenet
  2. From: "Chuck L. Peterson" <clp@mtrek.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: VC4++ Doesn't Support switch()
  5. Date: Tue, 06 Feb 1996 10:00:19 -0800
  6. Organization: Multi-Trek Central
  7. Message-ID: <31179733.7392@mtrek.com>
  8. NNTP-Posting-Host: 204.160.104.18
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b6a (Win95; I)
  13.  
  14. How come modules which use switch() give these unresolved
  15. external references when I link:
  16.  
  17. goober.obj : error LNK2001: unresolved external symbol __pctype
  18. goober.obj : error LNK2001: unresolved external symbol ___mb_cur_max
  19.  
  20. I'm using Visual C++ 4.0.
  21.  
  22. Chuck Peterson
  23. clp@mtrek.com
  24.